<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header {
  width: 100%;
 /*position: relative;*/
 position: fixed;
 height: 110px;
 z-index: 9999;
 background: rgba(2,121,146,0.7);
}
.logo {
 padding-left:10%;
 padding-top:20px;
}


nav ul li {
 height:117px;
 float: left;
}
nav ul li a {
 text-align:center;

 font-size:16px;
 font-weight:700;
 color: #fff;
 width:100px;
 display: block;
 margin-right:35px;
 text-decoration: none;
 line-height:110px;

}
nav ul li:last-child a {
 margin-right:0;
}
/*nav ul li a:hover,nav ul li a:focus {
 color: #ad0610;
}*/
nav ul li.a1 a:hover {
   color:#f4e6b7;
}
nav ul li.a2 a:hover {
   color:#f4e6b7;
}
nav ul li.a3 a:hover {
   color:#f4e6b7;
}
nav ul li.a4 a:hover {
   color:#f4e6b7;
}
nav ul li.a5 a:hover {
   color:#f4e6b7;
}
nav ul li.a6 a:hover {
   color:#f4e6b7;
}
nav ul li.a7 a:hover {
   color:#f4e6b7;
}
nav ul li.a8 {
  color:#f4e6b7;
}
nav ul li.a8 a {
 color: #fff;
}
nav ul li.a8 a i {
 margin-right: 5px;
}
/*
nav ul li.a8 a:hover {
 background: url(../img/btn08.png) no-repeat center;
}
*/

@media screen and (min-width:1320px) and (max-width:1500px) {
 nav ul li a {
  margin-right:25px;
 }

}

@media screen and  (max-width:1320px) {
 nav ul li a {
  margin-right:15px;
 }
}

.nav_menu3,
.nav_menu3 ul,
.nav_menu3 ul li,
.nav_menu3 ul li a,
.nav_menu3 #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_menu3 #menu-button { 
    margin-top: 100px;
    background: #F00;
    position: absolute;
    z-index: 99999;
}
.nav_menu3:after,
.nav_menu3 &gt; ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.nav_menu3 #menu-button {
  display: none;
}
.nav_menu3 {
  width: auto;
  line-height: 1;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #1d2088;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.nav_menu3 &gt; ul &gt; li {
  float: left;
}
.nav_menu3.align-center &gt; ul {
  font-size: 0;
  text-align: center;
}
.nav_menu3.align-center &gt; ul &gt; li {
  display: inline-block;
  float: none;
}
.nav_menu3.align-center ul ul {
  text-align: left;
}
.nav_menu3.align-right &gt; ul &gt; li {
  float: right;
}
.nav_menu3.align-right ul ul {
  text-align: right;
}
.nav_menu3 &gt; ul &gt; li &gt; a {
  padding: 46px 30px 46px 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.0625vw;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.nav_menu3 &gt; ul &gt; li:hover &gt; a {
  color: #fff;
}
.nav_menu3 &gt; ul &gt; li.nav-has-sub &gt; a {
  padding-right: 15px;
}
/*.nav_menu3 &gt; ul &gt; li.nav-has-sub &gt; a::after {
 position: absolute;
  top: 45px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}*/
.nav_menu3 &gt; ul &gt; li.nav-has-sub:hover &gt; a::after {
  border-color: #1d2088;
}
.nav_menu3 ul ul {
  position: absolute;
  left: -9999px;
  z-index:999;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.nav_menu3 &gt; ul &gt; li &gt; ul {    
  border-top: 0px solid #FFF;
}
.nav_menu3 li:hover &gt; ul {
  left: auto;
}
.nav_menu3.align-right li:hover &gt; ul {
  right: 0;
}
.nav_menu3 ul ul ul {
  margin-left: 100%;
  top: 0;
}
.nav_menu3.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.nav_menu3 ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
.nav_menu3 ul li:hover &gt; ul &gt; li {
  height: 52px;
}
.nav_menu3 ul ul li a {
  padding: 19px 20px;
  width: 220px;
  background: rgba(255,255,255,0.8);
  text-decoration: none;
  color: #010101;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.nav_menu3 ul ul li:hover &gt; a,
.nav_menu3 ul ul li a:hover {
  color: #fff;
  background: #027990;
}
.nav_menu3 ul ul li.nav-has-sub &gt; a::after {
  position: absolute;
  top: 25px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.nav_menu3.align-right ul ul li.nav-has-sub &gt; a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-left: 1px solid #dddddd;
}
.nav_menu3 ul ul li.nav-has-sub:hover &gt; a::after {
  border-color: #990B2C;
}</pre></body></html>